Release v0.4.1#105
Merged
Merged
Conversation
Fix deploy-prod tag clobber and add validate to make dev
Add complexity indicator to issue body template
Add resolution comment to issues after PR merge
Add post-review gate for NOTE/WARNING findings before merge
Clarify /start skill gate messages with intent classification
The original fix converted submit-for-review.md and deploy.md but missed start.md, where gh issue create and gh issue comment still used inline --body with multi-line content — causing Claude to wrap them in $(cat <<EOF), which defeats Bash(gh:*) permission matching. Closes #82 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Regenerate start skill adapter files after body-file conversion
…ify-readme Update docs for recent features and simplify README
Heredocs in Bash commands — quoted, unquoted, or via $(cat) — all trigger Claude Code permission prompts due to shell metacharacter detection (#, $, quotes). Moving body content to a temp file via the Write tool bypasses shell parsing entirely. The gh command becomes a clean prefix match for Bash(gh:*). Testing in start.md first before applying to other skills. Ref #82 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Replace heredoc patterns (--body-file - <<EOF, --notes-file - <<EOF) with a two-step approach: write body to /tmp/cc_*.md via the file-writing tool, then pass --body-file /tmp/cc_*.md to gh. This avoids all shell metacharacter issues that trigger Claude Code permission prompts ($, #, quoted delimiters). Updated skills: start.md, submit-for-review.md, deploy.md Regenerated all 12 adapter files via sync.sh. Closes #82 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…sion Use Write tool + --body-file for all skill gh commands to fix permission prompts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.4.1
PRs included:
Closes #60
Closes #62
Closes #65
Closes #68
Closes #71
Closes #77
Closes #78
Closes #79
Closes #80
Closes #82
Closes #89
Closes #91
Closes #93
Closes #94
Closes #96
Closes #100
Closes #102